Update Row Item
Updates cell value for a given data table.
Input
- Column: The data column object to which the cell whose value will be updated belongs.
- Type:
System.Data.DataColumn - Required
- Type:
- Column Name: The name of the data column to which the cell whose value will be updated belongs.
- Type:
System.String - Required
- Type:
- Column Index: Indicate the column to update by number(index).
- Type:
System.Int32 - Required
- Type:
- Row: The row object to which the cell whose value will be updated belongs.
- Type:
System.Data.DataRow - Required
- Type:
- Value: The area where the new value of the cell to be updated is defined.
- Type:
System.Object - Required
- Type: